projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6bf1a62
)
xl: remove trailing spaces in xl_cmdimpl.c
author
Wei Liu
<wei.liu2@citrix.com>
Thu, 23 Feb 2017 18:41:13 +0000
(18:41 +0000)
committer
Wei Liu
<wei.liu2@citrix.com>
Mon, 27 Feb 2017 16:24:45 +0000
(16:24 +0000)
Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/xl/xl_cmdimpl.c
patch
|
blob
|
history
diff --git
a/tools/xl/xl_cmdimpl.c
b/tools/xl/xl_cmdimpl.c
index 9901011008728de58621553851b838ad86a9632f..1d7cf8ffa8bac0ee28c901426d3dfeb73f69c9ef 100644
(file)
--- a/
tools/xl/xl_cmdimpl.c
+++ b/
tools/xl/xl_cmdimpl.c
@@
-6732,7
+6732,7
@@
static int sched_vcpu_output(libxl_scheduler sched,
return 0;
}
-/*
+/*
* <nothing> : List all domain params and sched params from all pools
* -d [domid] : List domain params for domain
* -d [domid] [params] : Set domain params for domain
@@
-8374,7
+8374,7
@@
int main_cpupoolcreate(int argc, char **argv)
}
/* We made it! */
rc = EXIT_SUCCESS;
-
+
out_cfg:
xlu_cfg_destroy(config);
out: